<?php include_once HIROSHI_CORE_INC_PATH . '/search/class-hiroshicore-search.php'; include_once HIROSHI_CORE_INC_PATH . '/search/helper.php'; include_once HIROSHI_CORE_INC_PATH . '/search/dashboard/admin/search-options.php'; foreach ( glob( HIROSHI_CORE_INC_PATH . '/search/layouts/*/include.php' ) as $layout ) { include_once $layout; }